Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
void ICollection<ReportItem>.Add(
	ReportItem item
)
Visual Basic
Private Sub #YXl ( _
	item As ReportItem _
) Implements ICollection(Of ReportItem).Add

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also